home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / pupworld.swf / scripts / DefineButton2_885 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  146 b   |  6 lines

  1. on(press){
  2.    pi.AudioLibrary.stopSound("congrats intro");
  3.    pi.AudioLibrary.stopSound("congrats loop");
  4.    _parent.gotoAndStop("title");
  5. }
  6.